home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 6365 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  860 b 

  1. Path: news.iadfw.net!usenet
  2. From: alpet@airmail.net (Adam Peterson)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: Pattern matching in C
  5. Date: Sat, 24 Feb 1996 07:42:33 GMT
  6. Organization: customer of Internet America
  7. Message-ID: <4gm8ks$c3p@news-f.iadfw.net>
  8. References: <4gjo68$jpp@paperboy.ids.net>
  9. NNTP-Posting-Host: dal19-06.ppp.iadfw.net
  10. X-Newsreader: Forte Free Agent 1.0.82
  11.  
  12. scarney@conan.ids.net (scarney) wrote:
  13.  
  14.  
  15. >I'm trying to do some text file pattern matching. Using a simple while 
  16. >loop that has a <data> != <j.random string> in its conditional doesn't 
  17. >work. Depending on different ways of doing it, you get a segmentation 
  18. >fault, random output, or no output.
  19.  
  20. Segmentation fault with strings manipulation usually means you are
  21. overwriting your string boundries, I don't really understand what you
  22. are trying to do, could you be more specific?
  23.  
  24. Adam
  25.  
  26.  
  27.  
  28.